Expand description
This library implements Unicode Vertical_Orientation Property (annex #50).
use unicode_vo::*;
assert_eq!(char_orientation('A'), Orientation::Rotated);
assert_eq!(char_orientation('本'), Orientation::Upright);
Enums§
- Character orientation.
Functions§
- Returns a vertical orientation of a character.